home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / test.all / bchkw / routine.dat < prev    next >
Text File  |  1993-03-17  |  1KB  |  53 lines

  1. ; ROUTINE.DAT for BOUNDS-CHECKER for Windows 1.0
  2.  
  3. LocalAlloc    ID  001
  4. LocalFree     ID  004
  5. LocalRealloc  ID  005
  6. LocalSize     ID  006
  7. GlobalAlloc   ID  007
  8. GlobalFree    ID  008
  9. GlobalRealloc ID  009
  10.  
  11. _malloc      ID  011
  12. __fmalloc    ID  012
  13. _farmalloc   ID  013
  14. __nmalloc    ID  014
  15. _calloc      ID  015
  16. __fcalloc    ID  016
  17. _farcalloc   ID  017
  18. __ncalloc    ID  018
  19. _free         ID  019
  20. __ffree      ID  020
  21. _farfree     ID  020
  22. __nfree      ID  021
  23. _realloc     ID  022
  24. __expand     ID  022
  25. __frealloc   ID  023
  26. __fexpand    ID  023
  27. _farrealloc  ID  024
  28. __nrealloc   ID  025
  29. __nexpand    ID  025
  30.  
  31.  
  32.  
  33. _strcpy, (dest,srcz)          ;comments are allowed after a semicolon
  34. __fstrcpy farcall far (dest,srcz)
  35. _strncpy (dest,src,count)
  36. __fstrncpy farcall far (dest,src,count)
  37. _memmove, (dest,src,count)
  38. __fmemmove, farcall far (dest,src,count)
  39. _memcpy, (dest,src,count)
  40. __fmemcpy, farcall far (dest,src,count)
  41. _strcat, cat (dest,srcz)
  42. __fstrcat, cat far (dest,srcz)
  43. _strncat, cat (dest,srcz,count)
  44. __fstrncat, cat far (dest,srcz,count)
  45. _memccpy, (dest,src,lookchar,count)
  46. __fmemccpy, farcall far (dest,src,lookchar,count)
  47. _memset, (dest,skipint,count)
  48. __fmemset, farcall far (dest,skipint,count)
  49. _swab, (src,dest,count)
  50. lstrcpy, farcall far (srcz, dest)
  51. lstrcpyn, farcall far (count,srcz,dest)
  52. lstrcat, farcall far cat (srcz, dest)
  53.